projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
998e121
)
arm: mx6: novena: Minor config file fix
author
Marek Vasut
<
[email protected]
>
Tue, 16 Dec 2014 13:09:20 +0000
(14:09 +0100)
committer
Stefano Babic
<
[email protected]
>
Tue, 30 Dec 2014 13:05:58 +0000
(14:05 +0100)
Sequence like the following is completely useless and results from
an errorneous ordering of the statements during development. Zap it.
#ifdef FOO
#define FOO
Signed-off-by: Marek Vasut <
[email protected]
>
Cc: Igor Grinberg <
[email protected]
>
Cc: Nikita Kiryanov <
[email protected]
>
Cc: Sean Cross <
[email protected]
>
Cc: Simon Glass <
[email protected]
>
Cc: Stefano Babic <
[email protected]
>
Cc: Tim Harvey <
[email protected]
>
include/configs/novena.h
patch
|
blob
|
history
diff --git
a/include/configs/novena.h
b/include/configs/novena.h
index 0f3621a41b24bc17b5ceffa6139eaee0dc999741..4924cbfe06c4d8d9e4f35cf51893671d63c580ae 100644
(file)
--- a/
include/configs/novena.h
+++ b/
include/configs/novena.h
@@
-226,7
+226,6
@@
/* Video output */
#ifdef CONFIG_VIDEO
-#define CONFIG_VIDEO
#define CONFIG_VIDEO_IPUV3
#define CONFIG_CFB_CONSOLE
#define CONFIG_VGA_AS_SINGLE_DEVICE